From 3500cc827ae9ba32cc612b8c23dcae10ff25f6e9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 16 May 2007 15:35:18 +0000 Subject: [PATCH] (compilation-handle-exit): Quote first argument of `run-hook-with-args'. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 23e4f176fee..d3e8ec85d05 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1448,7 +1448,7 @@ Turning the mode on runs the normal hook `compilation-minor-mode-hook'." (with-no-warnings (if compilation-finish-function (funcall compilation-finish-function (current-buffer) msg))) - (run-hook-with-args compilation-finish-functions (current-buffer) msg))) + (run-hook-with-args 'compilation-finish-functions (current-buffer) msg))) ;; Called when compilation process changes state. (defun compilation-sentinel (proc msg) -- 2.30.2